Font Size

Category: Zone BBS Suggestions and Feedback

Post 1 by JonasBrothersFan4ever (All American Girl ) on Tuesday, 27-Mar-2007 19:36:31

I know a lot of people are totally blind on here, but some have a little bit of vision so I think it would be cool if you had a link to change the font size of the site like to large or extra large. There is that feature on some sites for the blind and I think that is really nice.

Post 2 by TylerK (This site is so "educational") on Friday, 30-Mar-2007 18:04:20

Come to think of it, the following HTML/CSS would make the font sizes standard throughout the whole site.

Copy and paste this code into the head of your HTML document:
<style type="text/css" media="screen">
<!--
link{
font-size:18PX;
font-color:#0000FF;
}
body,h3,h4,h5,h6,div,table,tr,th,td,hr,form{
background-color:#000000;
font-size:18PX;
}
h3,h4,h5,h6{
font-color:#FF0000;
}
-->
</style>

Copy and paste the following single line of code into the body of your HTML document:
<body text="#FFFFFF" bgcolor="#000000">
That's all that's necessary, IMO.

Post 3 by admin (I just keep on posting!) on Friday, 30-Mar-2007 20:31:08

that would make every extraordinarily huge